home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
kermit.columbia.edu
/
kermit.columbia.edu.tar
/
kermit.columbia.edu
/
newsgroups
/
misc.19970626-19970929
/
000301_news@newsmaster….columbia.edu _Fri Sep 5 22:07:53 1997.msg
< prev
next >
Wrap
Internet Message Format
|
1997-09-28
|
2KB
Return-Path: <news@newsmaster.cc.columbia.edu>
Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id WAA10426
for <kermit.misc@watsun.cc.columbia.edu>; Fri, 5 Sep 1997 22:07:52 -0400 (EDT)
Received: (from news@localhost)
by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id WAA18530
for kermit.misc@watsun; Fri, 5 Sep 1997 22:07:52 -0400 (EDT)
Path: news.columbia.edu!panix!news.eecs.umich.edu!nntprelay.mathworks.com!cam-news-hub1.bbnplanet.com!news.bbnplanet.com!prodigy.com!nntp.earthlink.net!usenet
From: Bill <pearson@earthlink.net>
Newsgroups: comp.protocols.kermit.misc
Subject: K95 scripting in NT...
Date: Fri, 05 Sep 1997 18:22:01 -0700
Organization: FNIC
Lines: 32
Message-ID: <3410B039.DE575B99@earthlink.net>
NNTP-Posting-Host: 207.217.12.208
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 4.0 [en] (WinNT; I)
X-Priority: 3 (Normal)
Xref: news.columbia.edu comp.protocols.kermit.misc:7622
I'm having some trouble scripting a VMS login using K95 running in NT. I'm using
a TCP/IP connection on a LAN. The connection can be made manually. But, when I
script it, the script times out.
Here's a sample of my script/macro:
def ALPHA {
ask \%u Username:
askq \%p Password:
ask \%h Host:
set network type tcp
set host \%h
connect
input 5 username
output \%u\13
input 5 password
output \%p\13
}
I realize this isn't very robust, however it illistrates my problem. The
macro/script seems to hang just after the "connect" statement. If I issue a
"CTRL-] c" and get back to *local* mode, then the script seems to continue, and
when I re-connect, I'm logged in to the VMS host.
Any help is greatly appreciated.
--
William Pearson FNIC pearsob@FNIC..net
Suite #150
2780 Skypark Drive
Torrance, CA 90505 (310) 326-3100 x205